CallMenu
This command will transfer the user to another menu. It is typically used to log a user into the server when bypassing the Logon process. If the application making the menu call was deep within the menu structure, the server will assume that the called menu is the root menu. Going back up 1 level from a called menu will take you to the Login screen if one exists. (Note: the new menu will be called only after the Visual Basic Event has been exited.)
Group: Application-Based Extensions
Syntax: App.CallMenu(sName)
sName | (String) is the name of the menu to call as defined by the Menus tree. | |
Example:
App.CallMenu("Sample") ' Calls the "Sample" menu.
App.CallMenu("HR,PO") ' Calls the just these specific menus.
Version Supported: RFgen 4.0, 4.1, 5.0, 5.1, 5.2 and newer.